Crate muddy_macros
source ·Expand description
Macros§
- Obfuscates a literal text. (aka
muddy_str!
) - Obfuscates multiple static string expressions.
- Initialization macro that must be called at the crate root. This sets up the scaffolding for the lazy decryption at runtime.
- Obfuscates a literal text. (aka
m!
)
Attribute Macros§
- Obfuscates a static string expression as an attribute macro.